home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 June / macformat-038.iso / Demos / Interactive Wave / _DATAS / SHARED.Dxr / 00972_ Gestion du script Maitre.ls < prev    next >
Encoding:
Text File  |  1995-08-06  |  684 b   |  46 lines

  1. on InitEntreAnim
  2.   InitVarLVI()
  3.   set the exitLock to 1
  4.   SetCheminDisk()
  5.   DesactiveTouches()
  6.   AnnuleAvantRetour()
  7.   AnnuleMacroEnd()
  8.   InitlistTransit()
  9.   InitCastRollEff()
  10.   CallByInOut()
  11.   MacroInitAnim()
  12.   ActiveTouches()
  13.   puppetTempo(15)
  14.   set the romanLingo to 1
  15. end
  16.  
  17. on MacrosFinAnim
  18.   DoMacroEnd()
  19. end
  20.  
  21. on MacrosQuitteAnim
  22.   AnnuleAvantRetour()
  23.   DesactiveTouches()
  24.   AffMessAttente()
  25. end
  26.  
  27. on InitSortieAnim
  28.   CallByInOut()
  29. end
  30.  
  31. on CallByInOut
  32.   ResetScrSaver()
  33.   AllMacroFrame()
  34.   AnnuleMacroVar()
  35.   AnnuleJumpWait()
  36.   QTScanAnnule()
  37.   GestTransit()
  38.   DesactiveRolls()
  39.   DiaporamaOff()
  40.   KillHT()
  41.   SetDcKeepSound(0)
  42.   StoreVolume()
  43.   InitFlecheDemo()
  44.   UnLoadReste()
  45. end
  46.